type net/http.contextKey
4 uses
net/http (current package)
http.go#L103: type contextKey struct {
http.go#L107: func (k *contextKey) String() string { return "net/http context value " + k.name }
server.go#L244: ServerContextKey = &contextKey{"http-server"}
server.go#L250: LocalAddrContextKey = &contextKey{"local-addr"}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)